home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / mdledit.zip / MDL.CFG < prev    next >
Text File  |  1996-08-18  |  1KB  |  35 lines

  1. # This is the configuration file for MedDLe. You must tell MedDLe where
  2. # to find your mdl files. It is usually in the quake sub-directory
  3. # called 'progs'. (What? You don't have that directory? Unpack your
  4. # id1.pak then.)  NOTE: You must use forward slashes and end the
  5. # path with a forward slash!
  6.  
  7. progspath c:/quake/id1/progs/
  8. #progspath d:/mdl/examples/
  9.  
  10. # Set your video driver here. The possible choices are:
  11. #       herc = Hercules (bla)
  12. #       stdega = standard EGA (bla)
  13. #       stdvga = standard VGA (really slow)
  14. #       vesa = generic VESA Super VGA driver 
  15. #       ati28800 =  ATI 28800 chipset 
  16. #       et4000 = Tseng ET4000 (i.e. w32p)
  17. #       cl5426 = Cirrus 5426 
  18. #       mach64 = ATI MACH64 (i.e. s3)
  19. #       svgalib = (for Linux)
  20.  
  21. driver stdvga
  22.  
  23. # Set the screen resolution here. All of the following choices
  24. # may or may not work depending on your video card. The choices are:  
  25. #      0 = 320x200 
  26. #      1 = 640x350
  27. #      2 = 640x480
  28. #      3 = 800x600
  29. #      4 = 1024x768
  30.  
  31. mode 0
  32.  
  33. # if you change anything in this file, use '#' for comments
  34. # That's it for now folks!
  35.